Skip to content

Commit

Permalink
pass media with exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 11, 2023
1 parent 639e86b commit 61f562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sentry.init({
useMatches
)
}),
new Sentry.Replay({ maskAllText: false })
new Sentry.Replay({ maskAllText: false, blockAllMedia: false })
]
})

Expand Down

0 comments on commit 61f562f

Please sign in to comment.