Skip to content
#

sentry

Here are 641 public repositories matching this topic...

bruno-garcia
bruno-garcia commented Apr 4, 2021

I'm getting my debug transactions show up as super slow transaction in the production environment (default if nothing was set #549) . One way to improve this experience out of the box is to set env debug if the debugger is attached. That is, if no environment was set by the user.

o.Environment = Debugger.IsAttached ? "debug" : null;

![image](https://user-images.githubusercontent.com/16

Improve this page

Add a description, image, and links to the sentry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sentry topic, visit your repo's landing page and select "manage topics."

Learn more