mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
14 lines
417 B
Properties
14 lines
417 B
Properties
# ideally this should be using HTTPS, but this is fine for now
|
|
dsn=http://a0b8dbad9b8a49cfa51bf65d462e8dae@sentry.cardforge.org:9000/2
|
|
stacktrace.app.packages=forge
|
|
|
|
# where to store events if offline or can't reach the above server
|
|
buffer.dir=sentry-events
|
|
buffer.size=100
|
|
|
|
# allow ample time for graceful shutdown
|
|
buffer.shutdowntimeout=5000
|
|
async.shutdowntimeout=5000
|
|
|
|
# allow longer messages
|
|
maxmessagelength=1500 |