Skip to content

Commit

Permalink
Removed sentry profiler from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 2, 2024
1 parent 8f2b103 commit 5178e6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/sw.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sw.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// https://docs.sentry.io/platforms/javascript/guides/nextjs/

import * as Sentry from "@sentry/nextjs";
import { nodeProfilingIntegration } from "@sentry/profiling-node";

Sentry.init({
dsn: "https://8a5c1659d1c2ba3385be28dc7235ce56@o4507985141956608.ingest.de.sentry.io/4507985146609744",
Expand All @@ -13,6 +12,5 @@ Sentry.init({
tracesSampleRate: 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
integrations: [nodeProfilingIntegration()]
debug: false
});

0 comments on commit 5178e6f

Please sign in to comment.