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 6170765 commit 38976f3Copy full SHA for 38976f3
packages/vercel-edge/src/integrations/wintercg-fetch.ts
@@ -131,10 +131,7 @@ export const WinterCGFetch = convertIntegrationFnToClass(
131
INTEGRATION_NAME,
132
winterCGFetchIntegration,
133
) as IntegrationClass<Integration & { setupOnce: () => void }> & {
134
- new (options?: {
135
- breadcrumbs: boolean;
136
- shouldCreateSpanForRequest?: (url: string) => boolean;
137
- }): Integration;
+ new (options?: Partial<Options>): Integration;
138
};
139
140
// eslint-disable-next-line deprecation/deprecation
0 commit comments