Open constantinius opened 4 weeks ago
Working on building a nice example for the profiling getting started docs, and found some issues:
The current profiling snippet does not seem to work out of the box. The profiler needs a surrounding transaction to work, otherwise it will just not profile and will also not tell the user.
The date picker in traces breaks for a selection of 1d
The stats page displays some quite erratic numbers for profiles (y-axis and the hover value don't align, and in any case, where does that huge number come from?)
start_profiler
/stop_profiler
allowed me to run the programget_fibonacci
(even withsentry_sdk.trace()
decorator did not) create any profiling/tracing