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 2aed66f commit bcdc3a6Copy full SHA for bcdc3a6
packages/astro/src/integration/types.ts
@@ -139,7 +139,6 @@ type SdkEnabledOptions = {
139
export type SentryOptions = SdkInitPaths &
140
Pick<Options, 'dsn' | 'release' | 'environment' | 'sampleRate' | 'tracesSampleRate' | 'debug'> &
141
Pick<BrowserOptions, 'replaysSessionSampleRate' | 'replaysOnErrorSampleRate'> &
142
- SourceMapsOptions &
143
InstrumentationOptions &
144
SdkEnabledOptions & {
145
/**
0 commit comments