sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
Currently, we are not sending the crashed session event type in the Ruby SDK. This leads to users of the Ruby SDK and the Release Health feature to always have...
[Cron monitoring](https://docs.sentry.io/platforms/ruby/crons/) has built-in support for sidekiq-cron and sidekiq-scheduler. It would be great if the built-in cron feature of Sidekiq was supported as well. It is limited to [sidekiq-ent](https://sidekiq.org/products/enterprise.html) (the...
## Description This PR introduces a crude implementation of LLM Monitoring with LangChainrb integration to the Sentry Ruby SDK. The changes include: 1. Addition of a new `monitoring.rb` file in...
https://github.com/patterns-ai-core/langchainrb take features from https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/langchain.py
**Describe the idea** Support [LLM monitoring](https://docs.sentry.io/product/insights/llm-monitoring/getting-started/) in Ruby SDK. **Why do you think it's beneficial to most of the users** Implementing LLM monitoring in the Ruby SDK allows developers to...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
[Currently, a lot of ActiveSupport notifications are used to create breadcrumbs](https://github.com/getsentry/sentry-ruby/blob/c3bcfa0401856d9ee7616c95ab9dfe988a89da30/sentry-rails/lib/sentry/rails/railtie.rb#L98) I think pretty much all of these would also be useful spans, particularly the cache stuff.
### Issue Description [Discord thread](https://discord.com/channels/621778831602221064/1278773125881794701) Continuing this report from a discord thread I created a few days ago. We have been investigating our Sidekiq workers becoming unresponsive and think we...
Use `max_nesting`. Relay already trims this so this data is useless anyway and sometimes causes recursion errors. https://github.com/getsentry/relay/blob/bcbfa7e7db6e4a8f3f0383270fbb2b5cfe668770/relay-event-schema/src/protocol/breadcrumb.rs#L111
## Description Describe your changes: This is a fun way of adding integration for stdlib Logger so that any usage of any logger instance would result in sending logs to...