sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Sentry SDK for Ruby

Results 191 sentry-ruby issues
Sort by recently updated
recently updated
newest added

**Describe the idea** We have breadcrumbs with the query like: ```js { name: Employee Pluck, sql: SELECT DISTINCT "employees"."person_id" FROM "employees" WHERE "employees"."company_id" IN ('x', 'y', 'z'), statement_name: null }...

sentry-rails
Feature
Ruby

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

https://github.com/getsentry/team-sdks/issues/41

tracing

### Issue Description The method name `Sentry::Scope#set_transaction_name` suggests that it is a simple setter, but in fact it appends the specified name to an array. AFAICT this array is never...

Type: Bug

### Problem Statement I have some transactions that embed many spans, more than 1000. I have been told that this is a limit of Sentry, and that when it happens,...

enhancement
truncation

It's been marked as deprecated for a while now and should be removed in the next major release. Additional note: some TracePoint events can invalidate YJIT's optimization, which was a...

Fixes #2329 I also needed to bump `sqlite3` because `v1.6.9` doesn't run on Ruby 3.3, which is what I use in development.

### Issue Description https://github.com/getsentry/sentry-ruby/commit/7b00b250968164cb4bb6ee7ac4a777dc2e868252 introduced invocations of `Gem::Specification.find_by_name`, which doesn't work when using bundler standalone. This means that this release will cause production issues for people that use bundler standalone....

Type: Bug
sentry-rails

Fixes #2333 ## Description This PR adds a new option to specify the status code for any unhandled exception during a transaction