Skip to content

Commit 7b6a8a6

Browse files
committed
Remove option
1 parent 6e847b4 commit 7b6a8a6

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
@@ -1245,12 +1245,6 @@ def _get_project_config(
12451245
except Exception:
12461246
capture_exception()
12471247

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

12561250

0 commit comments

Comments
 (0)