Skip to content

Commit d0c9e8b

Browse files
committed
add note to jsdoc
1 parent 778e047 commit d0c9e8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cloudflare/src/handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import {
22
captureException,
3-
continueTrace,
43
flush,
54
SEMANTIC_ATTRIBUTE_SENTRY_OP,
65
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
76
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
8-
setHttpStatus,
97
startSpan,
108
withIsolationScope,
119
} from '@sentry/core';

packages/node/src/integrations/tracing/redis.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ interface RedisOptions {
3333
/**
3434
* Maximum length of the cache key added to the span description. If the key exceeds this length, it will be truncated.
3535
*
36+
* Passing `0` will use the full cache key without truncation.
37+
*
3638
* By default, the full cache key is used.
3739
*/
3840
maxCacheKeyLength?: number;

0 commit comments

Comments
 (0)