Skip to content

Commit f5b0e32

Browse files
authored
fix: remove unused orjson related options (#69022)
Removes unused options from #68936 and #68937 Options were removed on https://github.com/getsentry/sentry-options-automator/pull/1142
1 parent e1647ed commit f5b0e32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,12 +1221,6 @@
12211221
# Brownout duration to be stored in ISO8601 format for durations (See https://en.wikipedia.org/wiki/ISO_8601#Durations)
12221222
register("api.deprecation.brownout-duration", default="PT1M", flags=FLAG_AUTOMATOR_MODIFIABLE)
12231223

1224-
# Option to enable orjson for JSON parsing
1225-
register("sentry-metrics.indexer.enable-orjson", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
1226-
register(
1227-
"sentry-metrics.ingest-consumer.enable-orjson", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE
1228-
)
1229-
12301224
# Option to disable misbehaving use case IDs
12311225
register("sentry-metrics.indexer.disabled-namespaces", default=[], flags=FLAG_AUTOMATOR_MODIFIABLE)
12321226

0 commit comments

Comments
 (0)