Features
-
Use
Concurrent.available_processor_count
instead ofConcurrent.usable_processor_count
(#2358) -
Support for tracing Faraday requests (#2345)
- Closes #1795
- Please note that the Faraday instrumentation has some limitations in case of async requests: lostisland/faraday#1381
-
Support for attachments (#2357)
Usage:
Sentry.add_attachment(path: '/foo/bar.txt') Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
-
Transaction data are now included in the context (#2365)
- Closes #2364
-
Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)
To turn this behavior off, use
bin/rails generate sentry --inject-meta false
Bug Fixes
- Fix skipping
connect
spans in open-telemetry #2364