File tree 6 files changed +7
-0
lines changed
google-cloud-serverless/src
6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
+ Work in this release was contributed by @aryanvdesh . Thank you for your contribution!
14
+
13
15
## 8.54.0
14
16
15
17
- feat(v8/deps): Upgrade all OpenTelemetry dependencies ([ #15098 ] ( https://github.com/getsentry/sentry-javascript/pull/15098 ) )
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ export {
139
139
tediousIntegration ,
140
140
trpcMiddleware ,
141
141
updateSpanName ,
142
+ vercelAIIntegration ,
142
143
withActiveSpan ,
143
144
withIsolationScope ,
144
145
withMonitor ,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127
127
zodErrorsIntegration ,
128
128
profiler ,
129
129
amqplibIntegration ,
130
+ vercelAIIntegration ,
130
131
} from '@sentry/node' ;
131
132
132
133
export {
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ export {
147
147
zodErrorsIntegration ,
148
148
profiler ,
149
149
amqplibIntegration ,
150
+ vercelAIIntegration ,
150
151
} from '@sentry/node' ;
151
152
152
153
export {
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127
127
// eslint-disable-next-line deprecation/deprecation
128
128
processThreadBreadcrumbIntegration ,
129
129
childProcessIntegration ,
130
+ vercelAIIntegration ,
130
131
} from '@sentry/node' ;
131
132
132
133
export {
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export { dataloaderIntegration } from './integrations/tracing/dataloader';
36
36
export { amqplibIntegration } from './integrations/tracing/amqplib' ;
37
37
// eslint-disable-next-line deprecation/deprecation
38
38
export { processThreadBreadcrumbIntegration , childProcessIntegration } from './integrations/childProcess' ;
39
+ export { vercelAIIntegration } from './integrations/tracing/vercelai' ;
39
40
40
41
export { SentryContextManager } from './otel/contextManager' ;
41
42
export { generateInstrumentOnce } from './otel/instrument' ;
You can’t perform that action at this time.
0 commit comments