Hi Community,
I'm looking to initialize Sentry in all notebooks that are used across multiple jobs. My goal is to capture exceptions using Sentry whenever a job runs a notebook.
Whatโs the recommended approach for initializing Sentry packages in this context? Specifically:
How should I structure the initialization code?
Should I use a separate init notebook or a shared module?
How can I ensure that Sentry is initialized automatically every time a notebook runs as part of a job?
Thanks in advance for your guidance!