Skip to content

Commit 90101f7

Browse files
authored
Merge pull request #17 from smcclennon/beta
v1.0.1: Bump sentry-sdk from 1.5.4 to 2.8.0
2 parents fb2f9ee + 71645ad commit 90101f7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

app/SongIDCore.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from telegram.ext import Updater, MessageHandler, Filters, CommandHandler, MessageQueue
33

44

5-
ver='1.0.0'
5+
ver='1.0.1'
66
botName=f'SongID'
77
botVer=f'{botName} {ver}'
88
botAt=f'@SongIDBot'
@@ -77,11 +77,7 @@
7777
sentry_sdk.init(
7878
dsn=sentry_dsn,
7979
release=ver,
80-
environment=env['environment'],
81-
sample_rate=1.0,
82-
traces_sample_rate=1.0,
83-
attach_stacktrace=True,
84-
with_locals=True
80+
environment=env['environment']
8581
)
8682

8783

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyacrcloud==1.0.2
22
python-telegram-bot==13.7
3-
sentry-sdk==1.5.4
3+
sentry-sdk==2.8.0

0 commit comments

Comments
 (0)