Replies: 2 comments 6 replies
-
@jinsley8 we should have fixed this in the latest SDK release. Please upgrade your SDK to |
Beta Was this translation helpful? Give feedback.
5 replies
-
The same issue happens when running Application Insights (https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/monitor/monitor-opentelemetry/) and Sentry at the same time. We are using Error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded to
"@sentry/nextjs": "^8.0.0"
with"next": "14.2.3"
pages router and new@prisma/extension-optimize
extensionI get Sentry Logger errors when my
instrumentation.ts
file is setup like the example below:Any idea what could be triggering these sentry errors? It looks there is a conflict with both
@sentry/nextjs
and@prisma/extension-optimize
using@opentelemetry/api
API.I've opened a discussion with Prisma as well 24213
Beta Was this translation helpful? Give feedback.
All reactions