File tree Expand file tree Collapse file tree 6 files changed +7
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1010
1111- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212
13+ Work in this release was contributed by @aryanvdesh . Thank you for your contribution!
14+
1315## 8.54.0
1416
1517- 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 {
139139 tediousIntegration ,
140140 trpcMiddleware ,
141141 updateSpanName ,
142+ vercelAIIntegration ,
142143 withActiveSpan ,
143144 withIsolationScope ,
144145 withMonitor ,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127127 zodErrorsIntegration ,
128128 profiler ,
129129 amqplibIntegration ,
130+ vercelAIIntegration ,
130131} from '@sentry/node' ;
131132
132133export {
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ export {
147147 zodErrorsIntegration ,
148148 profiler ,
149149 amqplibIntegration ,
150+ vercelAIIntegration ,
150151} from '@sentry/node' ;
151152
152153export {
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127127 // eslint-disable-next-line deprecation/deprecation
128128 processThreadBreadcrumbIntegration ,
129129 childProcessIntegration ,
130+ vercelAIIntegration ,
130131} from '@sentry/node' ;
131132
132133export {
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export { dataloaderIntegration } from './integrations/tracing/dataloader';
3636export { amqplibIntegration } from './integrations/tracing/amqplib' ;
3737// eslint-disable-next-line deprecation/deprecation
3838export { processThreadBreadcrumbIntegration , childProcessIntegration } from './integrations/childProcess' ;
39+ export { vercelAIIntegration } from './integrations/tracing/vercelai' ;
3940
4041export { SentryContextManager } from './otel/contextManager' ;
4142export { generateInstrumentOnce } from './otel/instrument' ;
You can’t perform that action at this time.
0 commit comments