BUG: Can't import Sentry #317

Closed
opened 2024-11-24 10:53:50 +01:00 by luketainton · 0 comments
luketainton commented 2024-11-24 10:53:50 +01:00 (Migrated from github.com)

Describe the bug
Docker image can't import Sentry.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy Docker container
  2. See error

Expected behavior
Docker container starts up.

Additional context

roboluke-app-1  | Traceback (most recent call last):
roboluke-app-1  |   File "<frozen runpy>", line 198, in _run_module_as_main
roboluke-app-1  |   File "<frozen runpy>", line 88, in _run_code
roboluke-app-1  |   File "/run/app/main.py", line 5, in <module>
roboluke-app-1  |     import sentry_sdk
roboluke-app-1  | ModuleNotFoundError: No module named 'sentry_sdk'
**Describe the bug** Docker image can't import Sentry. **To Reproduce** Steps to reproduce the behavior: 1. Deploy Docker container 2. See error **Expected behavior** Docker container starts up. **Additional context** ``` roboluke-app-1 | Traceback (most recent call last): roboluke-app-1 | File "<frozen runpy>", line 198, in _run_module_as_main roboluke-app-1 | File "<frozen runpy>", line 88, in _run_code roboluke-app-1 | File "/run/app/main.py", line 5, in <module> roboluke-app-1 | import sentry_sdk roboluke-app-1 | ModuleNotFoundError: No module named 'sentry_sdk' ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/roboluke-tasks#317
No description provided.