We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172a4d commit 26c222cCopy full SHA for 26c222c
src/sentry/utils/snql.py
@@ -65,6 +65,7 @@ def get_option(self, referrer: Optional[str]) -> Optional[SNQLOption]:
65
"testing.test",
66
"api.",
67
"discover",
68
+ "sessions.",
69
],
70
by_entity={},
71
)
@@ -73,7 +74,7 @@ def get_option(self, referrer: Optional[str]) -> Optional[SNQLOption]:
73
74
option="snuba.snql.snql_only",
75
denylist=set(),
76
allowlist=set(),
- prefixes=["sessions.", "outcomes."],
77
+ prefixes=["outcomes."],
78
79
is_dryrun=False,
80
0 commit comments