File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,11 @@ def normalize_stacktraces_for_grouping(
350
350
351
351
# If a grouping config is available, run grouping enhancers
352
352
if grouping_config is not None :
353
+ # Some SDKs (so far only Python, but could be extended to others in the future) send the
354
+ # running app's working directory as `project_root`, so it can be used when determining
355
+ # what's in and out of app
356
+ _add_project_root_rule_to_enhancements (data , grouping_config )
357
+
353
358
with sentry_sdk .start_span (op = op , name = "apply_modifications_to_frame" ):
354
359
for frames , stacktrace_container in zip (stacktrace_frames , stacktrace_containers ):
355
360
# This call has a caching mechanism when the same stacktrace and rules are used
You can’t perform that action at this time.
0 commit comments