Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed Nov 6, 2024
1 parent 9fb6a7a commit e284f67
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/background/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ async function main(): Promise<void> {
// @ts-ignore SENTRY_DSN is populated by Webpack at build time
dsn: SENTRY_DSN,

// This enables automatic instrumentation (highly recommended),
// but is not necessary for purely manual usage
// If you only want to use custom instrumentation:
// * Remove the `BrowserTracing` integration
// * add `Sentry.addTracingExtensions()` above your Sentry.init() call
integrations: [
Sentry.browserTracingIntegration({
// disable automatic span creation
Expand All @@ -26,8 +21,6 @@ async function main(): Promise<void> {
}),
],

// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 1.0,
});
browser.runtime.onMessage.addListener(handleMessages);
Expand Down

0 comments on commit e284f67

Please sign in to comment.