Skip to content

Commit 21e4115

Browse files
committed
Remove option
1 parent 129b8e6 commit 21e4115

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/relay/config/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,12 +1244,6 @@ def _get_project_config(
12441244
except Exception:
12451245
capture_exception()
12461246

1247-
# PlayStation / Tempest configuration
1248-
if features.has("organizations:relay-playstation-ingestion", project.organization):
1249-
config["playstationConfig"] = {
1250-
"storeProsperodump": project.get_option("sentry:tempest_fetch_dumps", False)
1251-
}
1252-
12531247
return ProjectConfig(project, **cfg)
12541248

12551249

0 commit comments

Comments
 (0)