Skip to content

Commit 8ab596a

Browse files
authored
ref(v8): Remove shouldCreateSpanForRequest from vercel edge options (#11371)
This is not actually used anymore.
1 parent 4ecb584 commit 8ab596a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

packages/vercel-edge/src/types.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,6 @@ export interface BaseVercelEdgeOptions {
3333
* */
3434
clientClass?: typeof VercelEdgeClient;
3535

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-
5436
/** Callback that is executed when a fatal global error occurs. */
5537
onFatalError?(this: void, error: Error): void;
5638
}

0 commit comments

Comments
 (0)