Skip to content

Commit

Permalink
delete wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Aug 6, 2024
1 parent 2aed66f commit bcdc3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/integration/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ type SdkEnabledOptions = {
export type SentryOptions = SdkInitPaths &
Pick<Options, 'dsn' | 'release' | 'environment' | 'sampleRate' | 'tracesSampleRate' | 'debug'> &
Pick<BrowserOptions, 'replaysSessionSampleRate' | 'replaysOnErrorSampleRate'> &
SourceMapsOptions &
InstrumentationOptions &
SdkEnabledOptions & {
/**
Expand Down

0 comments on commit bcdc3a6

Please sign in to comment.