HakaiInstitute / hakai-ctd-qc

Series of tests applied to the Hakai CTD profile data based on the QARTOD tests and other Hakai Specific ones.
0 stars 0 forks source link

attempt to add sentry profiling and performance #17

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

Sentry can profile a code, the present changes are what is suggested by Sentry to add to implement the Profiling and Performance components of Sentry.

Unfortunately, so far by running the test suite, Sentry hasn't receive any profiling report from the run.

https://sentry.io/organizations/hakai-institute/profiling/?project=6685251

JessyBarrette commented 1 year ago

I upgraded my local version of sentrysdk to 1.12.0 and also moved tried to move out of the log_to_sentry function the sentry_sdk definition.

JessyBarrette commented 1 year ago

@steviewanders You may have any idea about this?