sentry_sdk.init( "https://b7d9fd41905a4d5795e5922eef4bab93@o474387.ingest.sentry.io/5707083", # 请修改上述的地址 # Set traces_sample_rate to 1.0 to capture 100% # of transactions for performance monitoring. # We recommend adjusting this value in production. traces_sample_rate=1.0 )
sentry_sdk.init( "https://b7d9fd41905a4d5795e5922eef4bab93@o474387.ingest.sentry.io/5707083", # Set traces_sample_rate to 1.0 to capture 100% # of transactions for performance monitoring. # We recommend adjusting this value in production. traces_sample_rate=1.0, before_send=before_send, )