diff --git a/sentry_sdk/integrations/pyramid.py b/sentry_sdk/integrations/pyramid.py index 657b697052..a974d297a9 100644 --- a/sentry_sdk/integrations/pyramid.py +++ b/sentry_sdk/integrations/pyramid.py @@ -81,7 +81,7 @@ def sentry_patched_call_view(registry, request, *args, **kwargs): elif integration.transaction_style == "route_pattern": scope.transaction = request.matched_route.pattern except Exception: - raise + pass scope.add_event_processor( _make_event_processor(weakref.ref(request), integration)