|
@@ -830,7 +830,7 @@ class JavaScriptStacktraceProcessor(StacktraceProcessor):
|
|
|
|
|
|
def handles_frame(self, frame, stacktrace_info):
|
|
|
platform = frame.get("platform") or self.data.get("platform")
|
|
|
- return settings.SENTRY_SCRAPE_JAVASCRIPT_CONTEXT and platform in ("javascript", "node")
|
|
|
+ return platform in ("javascript", "node")
|
|
|
|
|
|
def preprocess_frame(self, processable_frame):
|
|
|
# Stores the resolved token. This is used to cross refer to other
|