Skip to content

Commit

Permalink
remove sentry replay
Browse files Browse the repository at this point in the history
  • Loading branch information
jzweifel committed Oct 8, 2023
1 parent b4183df commit 30be5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const BaseHtml = ({ children }: Html.PropsWithChildren) => (
dsn: "https://a0654b7e9a0d42e0dd8f25332ae9ca6b@o4506004695482368.ingest.sentry.io/4506004856373248",
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
integrations: [new Sentry.Replay()],
});
`}
</script>
Expand Down

0 comments on commit 30be5a2

Please # to comment.