sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
we want to make it easier for rails users to setup sentry, see https://fly.io/docs/reference/sentry/#ruby-on-rails and https://github.com/getsentry/sentry-wizard * add new rake command like `bundle exec sentry:setup` * auto create default initializer...
**Describe the idea** It would be nice if the [monitor_check_ins.rb](https://github.com/getsentry/sentry-ruby/blob/3fa341cfd01d1770887a57726bc1444199c692c8/sentry-ruby/lib/sentry/cron/monitor_check_ins.rb#L44) wouldn't use `preprend`, because that means we can't adopt it alongside sorbet atm. **Why do you think it's beneficial to...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
### Issue Description When sentry-rails is updated from 5.10.0 to 5.16.1 (later we found upto 5.15.2 is good) in gitlab, all rake tasks fails with `TZInfo::InvalidTimezoneIdentifier: Invalid identifier: (GMT+00:00) UTC`...
## Description Without adding time_zone.name, the returned value is considered invalid by tzdata. Closes: #2249
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? I am trying to profile Ruby/Rails rake tasks that run with Cron so that I can have insight into...
### Problem Statement [Query Sources](https://docs.sentry.io/product/performance/queries/#query-sources) are supported in Python frameworks and in Laravel, but not in Ruby. Opening this issue so we can keep track of customer requests, which have...
we need to make a difference between the 'event building' and the 'sending' so I made this more explicit. fixes #2226
Excluded Exceptions list does not play nice with Puma Auto Reload mechanism - dev environment issue
### Issue Description https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L595-L600 This comparison function returns false as soon as the puma server is auto reloaded - (when you change a file in your dev environment) because the...
I see, thanks for the explanation of your use case. So a few points * we never do a retry ever on our side, a dropped event is a dropped...