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

Add transactions and profiling for rspec/minitest

Open sl0thentr0py opened this issue 2 years ago • 2 comments

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.

sl0thentr0py avatar May 17 '23 15:05 sl0thentr0py

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.

st0012 avatar Jun 07 '23 11:06 st0012

I also kinda agree @st0012. A customer asked so I just opened a ticket to track, we'll evaluate if we really want this.

sl0thentr0py avatar Jun 19 '23 10:06 sl0thentr0py