Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker support #53

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update sentry link
  • Loading branch information
RaghavPrabhakar66 committed Apr 6, 2023
commit 11e4e078811a8bebf344e9a73e188a64a1c6e48a
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ smbus2==0.4.2
pycurl==7.45.1
tenacity==8.0.1
atomicwrites==1.4.0
sentry-sdk==1.10.1
sentry-sdk==1.19.1
2 changes: 1 addition & 1 deletion selfdrive/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def sentry_init() -> None:

env = get_short_branch()
sentry_sdk.init(
dsn="https://f58fa71b8d924fa79688f57ad81a6e4f@sentry.flowdrive.ai/2",
dsn="https://faca66e781974e26b6c0f6be67a4009f@o4504388423450624.ingest.sentry.io/4504965695471616",
ignore_errors=["KeyboardInterrupt"],
traces_sample_rate=1.0,
environment=env,
Expand Down