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

feat: integrate Sentry for error tracking and performance monitoring #184

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

albert1413
Copy link
Contributor

@albert1413 albert1413 commented Feb 25, 2025

This pull request introduces the Sentry Laravel SDK to the project for improved error tracking and monitoring. The most important changes include adding the Sentry integration to the Laravel application, configuring Sentry in the composer.json file, and creating a new configuration file for Sentry settings.

Sentry Integration:

  • bootstrap/app.php: Added Sentry\Laravel\Integration to the imports and integrated Sentry with the exception handling middleware. [1] [2]

Dependency Management:

  • composer.json: Added sentry/sentry-laravel to the project dependencies.

Configuration:

  • config/sentry.php: Created a new configuration file for Sentry settings, including DSN, sample rates, tracing options, and breadcrumbs.

@albert1413 albert1413 requested a review from a team as a code owner February 25, 2025 16:57
@albert1413 albert1413 requested a review from 24Victor February 25, 2025 16:57
@github-actions github-actions bot added kind/feature Categorizes issue or PR as related to a new feature. kind/dependencies Categorizes issue or PR as related to dependencies. labels Feb 25, 2025
@albert1413 albert1413 marked this pull request as draft February 25, 2025 16:58
@albert1413 albert1413 changed the title feat(laravel): integrate Sentry for error tracking and performance monitoring feat: integrate Sentry for error tracking and performance monitoring Feb 25, 2025
@github-actions github-actions bot added the area/javascript Categorizes issue or PR as related to JavaScript. label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/javascript Categorizes issue or PR as related to JavaScript. kind/dependencies Categorizes issue or PR as related to dependencies. kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

1 participant