Skip to content

Commit

Permalink
ref(replays): Restrict data scrubbing to sentry payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Feb 7, 2023
1 parent 78c920f commit c7af13e
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 101 deletions.
2 changes: 1 addition & 1 deletion relay-replays/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ relay-filter = { path = "../relay-filter" }
relay-general = { path = "../relay-general" }
relay-log = { path = "../relay-log" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.55"
serde_json = { version ="1.0.55", features = ["raw_value"] }
serde-transcode = "1.1.1"
unicase = "2.6.0"

Expand Down
Loading

0 comments on commit c7af13e

Please sign in to comment.