1,561 questions
0
votes
0
answers
45
views
How to configure urlPrefix in @sentry/vite-plugin to map CDN-served assets to Sentry sourcemaps in Nuxt 3 + Vue 3
I'm building a Nuxt 3 application (using Vue 3 and Vite as the default builder) and integrating Sentry for error monitoring with sourcemap uploads. My build artifacts are uploaded to a CDN (e.g., AWS ...
1
vote
0
answers
51
views
Upgrading from @sentry/vite-plugin v3.6.1 to v4.6.0 crashes bundled code at runtime
When I try to upgrade @sentry/vite-plugin to v4.6.0, I get an error at runtime but only in bundled code version (locally it works fine). The error is:
Uncaught TypeError: Cannot read properties of ...
1
vote
1
answer
57
views
Sentry context in .NET MAUI - restrict
I want to not collect all the user/device context, like location, remaining battery and so on. Can I configure it somehow?
Here's my config:
.UseSentry(options => {
options.Dsn = "..."...
0
votes
0
answers
57
views
WSO2 Micro integrator(MI) - Sentry implementation
I'm trying to get Sentry to work with WSO2 Micro Integrator 4.4.0, but it seems to be an incredibly difficult task. Has anyone here managed to get it running?
If you have, I would be very grateful if ...
0
votes
0
answers
135
views
How to upload debug symbols file: app.windows-x64.symbols to Sentry
I am having a dart app which is supported on windows platform as well. We are using Sentry for crash reporting.
But, for windows, the stack trace on Sentry dashboard shows for every trace:
app +...
0
votes
1
answer
92
views
Get Sentry to persist breadcrumbs through app restarts in React Native / Expo
I am using Sentry's breadcrumb feature to track logs prior to exception. The problem is that breadcrumbs are currently persisted only in memory, so when the user restarts and gets an exception, we don'...
1
vote
1
answer
166
views
Flutter Dio: Do not log error to Sentry on Cancel Token error
I have some cases in which I am cancelling the token for certain API requests. This is treated by Sentry as an error and being logged into Sentry.
I would like cancel token errors to not be logged.
I ...
0
votes
0
answers
112
views
Sentry.Maui stack trace has no line numbers in Release mode for iOS
I'm trialing Sentry.Maui to be able to capture exceptions which can pinpoint to exact method name and line number in my project.
Tried every setting I can think of, but it only works in debug mode or ...
2
votes
2
answers
152
views
Avoid applying Sentry plugin to unsupported native targets(Js)
I'm working on Compose Multiplatform (CMP) project that targets Android, iOS, and JS (browser) platforms. I'm trying to integrate Sentry to track logs and errors across android and ios platforms.
I've ...
0
votes
1
answer
145
views
Metro error: (0 , _auth.getReactNativePersistence) is not a function when using Sentry
I'm using out-of-the-box code from expo managed, using firebase and Sentry.
However I get Metro error: (0 , _auth.getReactNativePersistence) is not a function when using Sentry. Is anyone else ...
2
votes
0
answers
37
views
Axios network error preventing server connection in production (React Native Expo)
My react native application works very fine locally, connecting to both the local and remote servers. But, the moment I build an apk, or abb file for internal testing, the app refuses to connect to ...
0
votes
0
answers
115
views
Sentry CLI Project not found
I'm working on a task requiring matching Sentry releases with GitHub version.
I used these commands on my dev.yaml workflow to generate releases on Sentry and attach commits to it.
npm install -g @...
0
votes
0
answers
42
views
How to write to .env.github files in uat/prod deployments?
I'm doing a task which requires making sure that Sentry release names are automatically generated or updated to match GitHub release tags. I'm using a Nextjs app, and here is my next.config.mjs:
...
0
votes
1
answer
351
views
How to monitor temporal Workflows and Activities using Sentry?
We are using Sentry to monitor our production bugs, and since we picked Temporal to run our background tasks (workflows and activities) we don't have Sentry logging anymore.
Is it possible to ...
0
votes
0
answers
101
views
Sentry consumers didn't commit offsets to Kafka consumer group and restarts regularly
I installed Sentry with Helm in EKS and used MSK to serve as external Kafka. However I am seeing sentry-generic-metrics-consumer and sentry-metrics-consumer pods restarting on a regular basis, ...