-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(node): Add missing vercelAIIntegration
export
#15318
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @aryanvdesh thanks for opening this PR! We'll merge this in soon, just waiting on CI to pass
the node-exports-test-app E2E test is failing, because this needs to be re-exported in some places: https://github.com/getsentry/sentry-javascript/actions/runs/13170232805/job/36778885557?pr=15318
if you could add a re-export there, then tests should pass! |
vercelAIIntegration
export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!
(description updated by @Lms24 for posterity)
This PR exports the previously missing
vercelAIIntegration
. It's enabled by default but prior to this chance, it couldn't be manually added due to it not being exported by the Node SDK.