1,554 questions
0
votes
0
answers
87
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
77
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
69
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
67
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
195
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
124
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
195
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 ...
1
vote
0
answers
154
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
186
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
215
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
44
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
164
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
45
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:
...
1
vote
1
answer
463
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
140
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, ...
1
vote
1
answer
351
views
Sentry Unable to find scroll target. No breadcrumb captured. on scrolling
I have a ListView in my project. Flutter version is 3.27.3, Sentry 8.3.0
Every time I scroll I get the following in the console
I/GestureDetector(28852): obtain mCurrentMotionEventRaw. action: 2 id: ...
2
votes
1
answer
646
views
Sentry Logger [warn]: Discarded session because of missing or non-string release
As per the Sentry setup guide for a React FE project
import * as Sentry from "@sentry/react";
Sentry.init({
dsn: "SOME_SENTRY_DNS",
// Setting this option to true will send ...
0
votes
0
answers
42
views
React native Sentry does not encrypt data on device
Sentry doesn't encrypt data on device before sending it to sentry api. Is there any way to turn on encryption?I am using the react native sentry sdk
Have tried multiple flags but none seem to be ...
1
vote
1
answer
158
views
Unity - Sentry ApplicationNotResponding
I'm using Sentry package 3.1.0 in Unity (6000.0.42f1) and for every user it's reporting a Sentry.Unity.ApplicationNotResponding (Application not responding for at least 10000 ms) everytime the game ...
0
votes
1
answer
55
views
When I have an error in a Grape::Api application, how can I always log it to Sentry?
We have a Ruby on Rails + Grape application with a lot going on. There are some places where we rescue exceptions and log messages or take corrective actions. Sometimes swallowing the exception, ...
0
votes
1
answer
134
views
Using @sentry/nuxt module, how do i keep my DSN hidden from client-side?
When using @sentry/nuxt: 9.3.0, you have to create sentry.client.config.ts in the root level of your app.
Example sentry.client.config.ts contents:
Sentry.init({
dsn: 'sentry key'
})
problem is if ...
1
vote
2
answers
239
views
Filter out fatal exceptions before send to Sentry from .Net Maui application
I want only to send Fatal exceptions (when app crashes) to Sentry.
If I remove the SetBeforeSent everything is sent, if I have it nothing is sent.
.UseSentry(options =>
{
options.Dsn ...
0
votes
1
answer
278
views
TypeError: Cannot read properties of undefined (reading 'sentry') for Next.js site with Sentry
Trying to deploy a nextjs website with Sentry monitoring on hostinger. Sentry works when running locally, and the site doesnt crash, but it errors out and crashes when deployed on hostinger: console ...
1
vote
1
answer
577
views
Eas build fail on Expo on @sentry/react-native/expo
I have this configuration in my app.json:
"plugins": [
[
"@sentry/react-native/expo",
{
"organization": "myOrg",
"...
0
votes
1
answer
736
views
Issue with installing Sentry for Next js 15 and React 19 [duplicate]
I'm using Next js 15 and React 19 for a web app and I'm having issue with installing Sentry into my project. While trying to install sentry I get the following error:
◇ Installation failed.
│
■ ...
0
votes
1
answer
96
views
Upgrading Sentry (in Next.js and Jest project) from v7 to v8 fails with error: TypeError: Cannot read properties of undefined (reading 'events')
I've run into a nasty config issue in a project using Next.js 14.2.5 (pages router), Jest, and Sentry. I am upgrading from Sentry v7 to v8, and any time that I import from @sentry/nextjs, running Jest ...
1
vote
1
answer
1k
views
Sentry not uploading the sourcemaps automatically in expo react native
I am having expo react native application which has ios and android folders prebuilt in the source code. I having some configuration done in the native projects and hence it's available in the source ...
1
vote
1
answer
3k
views
What's the difference between OpenTelemetry and Sentry?
What's the difference between OpenTelemetry and Sentry?
At first glance they look similar with regarding to tracing, logs etc.
However, there should difference between them
0
votes
1
answer
93
views
Pod repo update on self hosted pipeline agent
We updated @sentry/react-native in our project from 5.31.0 to 6.7.0
In our self hosted pipeline agent we now receive this error while building:
[!] CocoaPods could not find compatible versions for pod ...
2
votes
1
answer
71
views
How to recreate the full traceback of an error in shiny that is printed in the R console?
I want to capture the full traceback that contains information about error in shiny. This can be useful if shiny is connected with the sentryR R package for reporting the errors on sentry dashboard. ...
3
votes
3
answers
1k
views
CocoaPods Error: "CocoaPods could not find compatible versions for pod "Sentry/HybridSDK"
I'm working on a Flutter project that uses the sentry_flutter package. When I try to run pod install inside the ios directory, I get the following error:
Analyzing dependencies
[!] CocoaPods could not ...
23
votes
1
answer
6k
views
Sentry errors "Can't find variable: gmo", "invalid or unexpected token" due to Google ads snippet in index.html of our react app [closed]
We very recently set up Google ads for our react app. Our React app is a 7-8 year old app originally built with create-react-app. Now, in Sentry we are getting these two errors, both with steady ...
0
votes
0
answers
40
views
sentry-rust init stops working when extracted out to a separate function?
This works
fn main() {
init_instrumentation();
}
fn init_instrumentation() {
let sentry_options = sentry::ClientOptions {
release: sentry::release_name!(),
environment: Some(...
1
vote
0
answers
346
views
Enviroment variables are not being loaded, when using Sentry CLI in Symfony
I have a bash script, that executes command using Sentry cli for profiling.
#!/bin/bash
ENV_FILE="../../.env.local"
# Check if the .env.local file exists
if [ ! -f "$ENV_FILE" ]; ...
0
votes
1
answer
132
views
AttributeError: 'SimpleLazyObject' object has no attribute 'match'
I have a Django 3.2 application running with gunicorn 23 on Python 3.9. I am also using version 1.9.7 of Sentry SDK. The app is in docker container with all other dependencies installed in virtualenv.
...
0
votes
0
answers
37
views
How to Return a JSON Error Response in Sequelize with Sentry Integrated?
I'm working on an Express application using Sequelize for the database, and Sentry for error tracking. However, I'm struggling to return a JSON response with error details when an exception occurs in ...
0
votes
0
answers
77
views
Invalid app start data: app not launched in foreground or app start took too long (>60s)
I'm trying to build a Flutter application. Once I configured the flutter_sentry package I started to see these logs when I start the application
W/Sentry ( 7120): Invalid app start data: app not ...
1
vote
2
answers
294
views
Make adding custom instrumentation in Sentry less verbose [closed]
I'm playing around with instrumentation using Sentry and I'm so discouraged by how many lines of code I have to add everywhere.
According to the Sentry docs, I have to add all these lines every time I ...
0
votes
1
answer
176
views
Sentry.getCurrentScope().setTransactionName(name) not having any effect
I am using Sentry for node.js. In that context, I have an express route (let's say /myRoute) that has two main branches within it, and the branch chosen to traverse is based on what is passed into ...
1
vote
1
answer
261
views
android::Looper::pollInner
in our project we are using Sentry as crash reporting tool. we have a high number of crashes, titled as "android::Looper::pollInner". it just shows a bunch of stacktrace lines that cannot ...
3
votes
1
answer
1k
views
PluginError: Failed to resolve plugin for module "@sentry/react-native/expo" relative to "root to project"
I recently upgraded my project from Expo SDK 51 to SDK 52. After the upgrade, I encountered an issue where @sentry/react-native/expo stopped working. If I remove @sentry/react-native/expo from my app ...
1
vote
0
answers
237
views
Is there a GitHub action to fetch Sentry Issues and create GitHub Issues?
I would like to automate creating GitHub Issues based on Sentry Issues (which are automatically generated from detected server errors for our applications.)
I am hosting Sentry on a public-facing ...
2
votes
1
answer
1k
views
How to prevent Sentry from sending events in development mode in React Native?
What is the recommended way to avoid sending errors generated while developing to Sentry in JS and the native side?
JS error in Dev mode
Native crash error in Dev mode
What was tried for Sentry @...
2
votes
0
answers
254
views
How to Set Up Sentry in Next.js Using a Web Worker to Avoid Main Thread Impact?
I’m working on a Next.js project where I want to set up Sentry for error tracking without impacting the Total Blocking Time (TBT) and main-thread performance. I’ve tried moving Sentry operations to a ...
2
votes
0
answers
187
views
Sentry with WebPack results in no source context on Sentry
UPDATE: My sourcemap https://pastebin.com/vj3EHTMV
PS. I have just added inlineSources to true on tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"...
3
votes
1
answer
350
views
React Native App crashes randomly on both Android and iOS with no logs in Console, Sentry and Firebase Crashlytics
I am experiencing random crashes in my React Native application that I am unable to reproduce consistently. I have integrated both Sentry and Firebase Crashlytics, but neither is capturing these ...
1
vote
0
answers
122
views
React application lazy imports - TypeError: undefined is not an object (evaluating 'a._result.default')
I have a react application which I monitor with Sentry. Inside Sentry I see quite often the following error:
React ErrorBoundary TypeError: undefined is not an object (evaluating 'a._result.default')
...
1
vote
0
answers
115
views
Issues with Receiving Data in NestJS Controller When Integrating with Sentry
I am developing a project that uses Sentry libraries for error tracking and sends them to my local server, which acts as a simplified version of Sentry. The main task of the project is to correctly ...
0
votes
1
answer
163
views
Does Sentry JS filter the messages according to sample rate?
I'm using Sentry in JS application (web extension) to track the errors. Now i'd like to have some log of the events that happened before the error, so i've added scope.captureMessage() calls every ...
1
vote
0
answers
92
views
Nextjs 14 logs undefined error in sentry on Link click
I have a project in Next.js 14 where I added Sentry to capture errors.
Somehow, a strange error is logged in Sentry when I click on a link.
The error looks like this:
Breadcrumbs
Exception - This ...