getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

[Python] Vanilla #79667

Open constantinius opened 4 weeks ago

constantinius commented 4 weeks ago
Traceback (most recent call last):
  File "/Users/fabian/code/dogfooding/dogfooding-python/main.py", line 12, in <module>
    sentry_sdk.profiler.start_profiling()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'sentry_sdk.profiler' has no attribute 'start_profiling'. Did you mean: 'start_profiler'?
Sentry is attempting to send 2 pending events
Waiting up to 2 seconds
Press Ctrl-C to quit
shellmayr commented 1 week ago

Working on building a nice example for the profiling getting started docs, and found some issues: