-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2450] Initialize Sentry service at application start
Updated the application to initialize the Sentry service at the beginning of the app lifecycle rather than during each exception occurrence. This change ensures that the Sentry service is set up once when the application starts, saving resources and potentially increasing the application's performance by avoiding repetitive initializations. The Sentry service is passed to the exception handler during setup and is used consistently throughout the application's uptime. This aligns with the user story's requirement to optimize exception handling efficiency by centralizing Sentry service initialization.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters