Questions tagged [sentry]

Sentry is a full-stack application monitoring solution. It provides features such as error monitoring, crash reporting, performance monitoring, and distributed tracing.

Sentry is a full-stack application monitoring solution. It provides features such as error monitoring, crash reporting, performance monitoring, and distributed tracing.

Installation & clients

Sentry provides a hosted service, as well as an self-hosted option. Most of Sentry, including the back-end and SDKs are open source.

Sentry works with most languages, frameworks, and libraries with its official and community-provided clients, including Ruby, Python, Java, PHP, Javascript, Cocoa, .NET, Unity Go, Dart/Flutter, C/C++, Rust, and many others - or you can also write your own client.

Useful links

1435 questions
0
votes
1 answer

ImproperlyConfigured when installing django-sentry

I installed Django Sentry following these steps, which works until I start the server and try to log in. If I submit any details (correct or not), I get ImproperlyConfigured: Module "social_auth.backends.contrib.vkontakte" does not define a…
Mark
  • 18,730
  • 7
  • 107
  • 130
0
votes
1 answer

Celery worker with gevent pool + Sentry logger = hang

I'm using Celery with Django integration. I discovered some troubles with new commit to my current project: Celery worker with gevent pool refused to handle new tasks. After short investigation, I found that 'sentry' log handler cause a…
Artem Mezhenin
  • 5,539
  • 6
  • 32
  • 51
0
votes
1 answer

Raven-js errors not getting "site" property in sentry, while python raven errors are?

I have three python clients and a javascript client (all raven) connecting to a single sentry server. I have a unique site set for each client. However, while errors generated by the three python clients have site properly set in the sentry…
eternicode
  • 6,805
  • 4
  • 33
  • 39
0
votes
1 answer

Django Sentry installation step error

I wanted to log what happened with my Django app on my test server so I've installed Django Sentry. I've done everything as it is in the Quickstart guide from the official documentation but when I try to initialize the web service this error…
prototype
  • 3,303
  • 2
  • 27
  • 42
-1
votes
1 answer

Cannot read properties of undefined (Sentry Next.js Wizard)

I am using "next": "13.2.4" and trying to install Sentry for Next.js using wizard: npx @sentry/wizard@latest -i nextjs But I always get this error: TypeError: Cannot read properties of undefined (reading 'value') Anyone experienced this issue and…
Jeaf Gilbert
  • 11,495
  • 19
  • 78
  • 105
-1
votes
1 answer

I cannot approve incoming creator applications gives 500 | SERVER ERROR

I have a Laravel 8 project. There is a feature to approve incoming creator references. However, when I press the create button when we want to approve the incoming applications, 500 | It gives a SERVER ERROR error. When I look from Sentry, it shows…
iguner
  • 51
  • 8
-1
votes
1 answer

Is it possible to trace the detail of third party everytime,when the third party perform any event to our server using sentry?

I want to trace the detail of third party if any action is perform in out server by third party.Need Help.
Kamal Garu
  • 19
  • 8
-1
votes
1 answer

OutOfBoundsException - Sentry - Jean85\PrettyVersions - Composer update error - Laravel

I ran a composer update and get the following error: OutOfBoundsException : Package "sentry/sentry" is not installed at /home/vagrant/project/churchinterestlist/vendor/composer/InstalledVersions.php:188 184| 185| return…
-1
votes
1 answer

Not able to configure sentry 10.0.0 even i have changed the image tag in values.yaml

helm install stable/sentry \ --version 4.3.0 \ --set images.sentry.tag=10.0.0 Not able to configure Sentry 10.0.0. Could you please help me with required changes and let me know why it is not working?
-1
votes
1 answer

Sentry error - Temporary failure in name resolution

I got an error on my server. DEBUG 2019-01-20 08:38:01,498 base 32461 140474717611392 Sending message of length 7076 to https://sentry.theinvaders.pro/api/30/store/ ERROR 2019-01-20 08:38:01,505 base 32461 140474190894848 Sentry responded with…
-1
votes
1 answer

How to track ruby-on-rails validation failures?

My colleagues from support often tell me that customers are not able to fill in this form because of a bug. The form is very large, sometimes, it is a legitimate bug, sometimes it is just a validation issue of the form (not technically a bug but…
rapdev
  • 81
  • 1
  • 8
-1
votes
1 answer

wrong redirect with alias

Im trying add traefik to add sentry in docker swarm stack but i have wrong redirection: mydomain.com/auth/login/ instead of mydomain.com/apps/sentry/auth/login/ My traefik config: [entryPoints] [entryPoints.http] address = ":80" …
rafal1337
  • 164
  • 10
-1
votes
2 answers

How to setup sentry for .Net Projects

I have seen the steps for javascript, java projects.I tried many ways to set up sentry for dot net,but no luck.can anyone help me with this.Thanks in advance
Jagruti
  • 5
  • 1
  • 3
-1
votes
1 answer

Unabled to get device information in sentry crash report

I am working on one project and i integrate Sentry for generate crash report but in console of sentry does not get details of device version or OS name but in iOS it display.But why i don't know.It's supported in Android? Please Help me.
-1
votes
2 answers

Sentry for Python: Add "git blame" like prefix to each source code line

It would be really great if exceptions in sentry would contain info like git blame does. If every line of source code which I see in an exception in sentry would have a prefix like git blame (date, commit hash, author) you could find the relevant…
guettli
  • 25,042
  • 81
  • 346
  • 663
1 2 3
95
96