File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/platforms/python/common/performance/instrumentation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ To avoid having custom performance instrumentation code scattered all over your
114
114
import sentry_sdk
115
115
116
116
functions_to_trace = [
117
- " myrootmodule.eat_slice" ,
118
- " myrootmodule.swallow" ,
119
- " myrootmodule.chew" ,
120
- " myrootmodule.someothermodule.another.some_function" ,
121
- " myrootmodule.SomePizzaClass.some_method" ,
117
+ { " qualified_name " : " myrootmodule.eat_slice" } ,
118
+ { " qualified_name " : " myrootmodule.swallow" } ,
119
+ { " qualified_name " : " myrootmodule.chew" } ,
120
+ { " qualified_name " : " myrootmodule.someothermodule.another.some_function" } ,
121
+ { " qualified_name " : " myrootmodule.SomePizzaClass.some_method" } ,
122
122
]
123
123
124
124
sentry_sdk.init(
You can’t perform that action at this time.
0 commit comments