Skip to content

Commit 241b58d

Browse files
ref: remove SENTRY_USE_BIG_INTS (always True) (#3687)
1 parent 92b419b commit 241b58d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sentry/sentry.conf.example.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ def get_internal_network():
5353
}
5454
}
5555

56-
# You should not change this setting after your database has been created
57-
# unless you have altered all schemas first
58-
SENTRY_USE_BIG_INTS = True
59-
6056
# If you're expecting any kind of real traffic on Sentry, we highly recommend
6157
# configuring the CACHES and Redis settings
6258

0 commit comments

Comments
 (0)