sentry-ruby
sentry-ruby copied to clipboard
Add transactions and profiling for rspec/minitest
Some users have asked for profiling support for their test suite to identify bottlenecks.
We'd need to first add performance / transactions around test runs and then enable profiling there.
IMO, this should be extracted to a separate gem. And I'm also not sure if our SDK is the best tool for this. While I understand the desire to utilise Sentry's nice UI for it, the size limit on the events payload means many data would be lost.
I also kinda agree @st0012. A customer asked so I just opened a ticket to track, we'll evaluate if we really want this.