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.
shouldCreateSpanForRequest
1 parent 4ecb584 commit 8ab596aCopy full SHA for 8ab596a
packages/vercel-edge/src/types.ts
@@ -33,24 +33,6 @@ export interface BaseVercelEdgeOptions {
33
* */
34
clientClass?: typeof VercelEdgeClient;
35
36
- // TODO (v8): Remove this in v8
37
- /**
38
- * @deprecated Moved to constructor options of the `Http` and `Undici` integration.
39
- * @example
40
- * ```js
41
- * Sentry.init({
42
- * integrations: [
43
- * new Sentry.Integrations.Http({
44
- * tracing: {
45
- * shouldCreateSpanForRequest: (url: string) => false,
46
- * }
47
- * });
48
- * ],
49
50
- * ```
51
- */
52
- shouldCreateSpanForRequest?(this: void, url: string): boolean;
53
-
54
/** Callback that is executed when a fatal global error occurs. */
55
onFatalError?(this: void, error: Error): void;
56
}
0 commit comments