Skip to content

Commit

Permalink
fix: Make breadcrumbs option optional in WinterCGFetch integration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Feb 22, 2024
1 parent 6170765 commit 38976f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vercel-edge/src/integrations/wintercg-fetch.ts
Expand Up @@ -131,10 +131,7 @@ export const WinterCGFetch = convertIntegrationFnToClass(
INTEGRATION_NAME,
winterCGFetchIntegration,
) as IntegrationClass<Integration & { setupOnce: () => void }> & {
new (options?: {
breadcrumbs: boolean;
shouldCreateSpanForRequest?: (url: string) => boolean;
}): Integration;
new (options?: Partial<Options>): Integration;
};

// eslint-disable-next-line deprecation/deprecation
Expand Down

0 comments on commit 38976f3

Please sign in to comment.