We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513ce1 commit e856bf3Copy full SHA for e856bf3
packages/bundler-plugin-core/src/sentry.ts
@@ -41,6 +41,8 @@ export const createSentryInstance = (
41
tracesSampleRate: 1,
42
sampleRate: 1,
43
44
+ debug: true,
45
+
46
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
47
// @ts-expect-error this value is being replaced by rollup
48
release: __PACKAGE_VERSION__ as string,
0 commit comments