sentry-laravel
The official Laravel SDK for Sentry (sentry.io)
File Explorer
Download Latest Version (.zip)- 01-feature.yml
- 02-improvement.yml
- 03-bug.yml
- config.yml
- ci.yaml
- cs.yaml
- publish-release.yaml
- validate-pr.yml
- pull_request_template.md
- sentry.php
- craft-pre-release.sh
- versionbump.php
- AboutCommandIntegration.php
- PublishCommand.php
- TestCommand.php
- AiInvocationData.php
- AiInvocationMeta.php
- AiMessage.php
- AiMessagePart.php
- AiSpanDataBag.php
- HttpRequestIntegration.php
- ResolvesEventOrigin.php
- TracksPushedScopesAndSpans.php
- WorksWithSpans.php
- CloudFilesystemDecorator.php
- FilesystemAdapterDecorator.php
- FilesystemDecorator.php
- Integration.php
- SentryCloudFilesystem.php
- SentryFilesystem.php
- SentryFilesystemAdapter.php
- SentryS3V3Adapter.php
- AiIntegration.php
- CacheIntegration.php
- ConsoleIntegration.php
- ConsoleSchedulingIntegration.php
- Feature.php
- FolioPackageIntegration.php
- HttpClientIntegration.php
- LivewirePackageIntegration.php
- LogIntegration.php
- NotificationsIntegration.php
- PennantPackageIntegration.php
- QueueIntegration.php
- FlushEventsMiddleware.php
- LaravelRequestFetcher.php
- SetRequestIpMiddleware.php
- SetRequestMiddleware.php
- DiscardedAttributeViolationReporter.php
- LazyLoadingModelViolationReporter.php
- MissingAttributeModelViolationReporter.php
- ModelViolationReporter.php
- ExceptionContextIntegration.php
- LaravelContextIntegration.php
- SentryTracesSampleRate.php
- LogChannel.php
- LogsHandler.php
- LighthouseIntegration.php
- TracingCallableDispatcherTracing.php
- TracingControllerDispatcherTracing.php
- TracingRoutingDispatcher.php
- BacktraceHelper.php
- EventHandler.php
- Middleware.php
- ServiceProvider.php
- TransactionFinisher.php
- ViewEngineDecorator.php
- BoundedOrderedMap.php
- Filesize.php
- BaseServiceProvider.php
- EventHandler.php
- Facade.php
- Integration.php
- LogChannel.php
- SentryHandler.php
- ServiceProvider.php
- Version.php
- AboutCommandIntegrationTest.php
- PublishCommandTest.php
- AuthEventsTest.php
- DatabaseEventsTest.php
- LogEventsTest.php
- OctaneEventsTest.php
- AiIntegrationTest.php
- CacheIntegrationTest.php
- ConsoleExceptionScopePropagationTest.php
- ConsoleIntegrationTest.php
- ConsoleSchedulingIntegrationTest.php
- DatabaseIntegrationTest.php
- FolioPackageIntegrationTest.php
- HttpClientIntegrationTest.php
- LivewirePackageIntegrationTest.php
- LogIntegrationTest.php
- LogLogsIntegrationTest.php
- NotificationsIntegrationTest.php
- OtlpTracesEndpointUrlTest.php
- PennantPackageIntegrationTest.php
- QueueIntegrationTest.php
- RouteIntegrationTest.php
- StorageIntegrationTest.php
- StrictTraceContinuationIntegrationTest.php
- ViewEngineDecoratorTest.php
- LaravelRequestFetcherTest.php
- ExceptionContextIntegrationTest.php
- LaravelContextIntegrationTest.php
- ModelViolationReportersTest.php
- SentryTracesSampleRateTest.php
- LaravelContainerConfigOptionsTest.php
- LaravelIntegrationsConfigOptionTest.php
- EventHandlerTest.php
- ClientBuilderDecoratorTest.php
- EventHandlerTest.php
- IntegrationMetaTagTest.php
- IntegrationTest.php
- LogChannelTest.php
- OctaneIntegrationTest.php
- ServiceProviderTest.php
- ServiceProviderWithCustomAliasTest.php
- ServiceProviderWithEnvironmentFromConfigTest.php
- ServiceProviderWithoutDsnTest.php
- TestCase.php
- TestCaseExceptionHandler.php
- [id].blade.php
- [...ids].blade.php
- [.Sentry.Laravel.Tests.Features.FolioPackageIntegrationUserModel].blade.php
- index.blade.php
- bootstrap.php
- .craft.yml
- .gitattributes
- .gitignore
- .php-cs-fixer.php
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- codecov.yml
- composer.json
- CONTRIBUTING.md
- LICENSE
- Makefile
- phpstan-baseline.neon
- phpstan.neon
- phpunit.xml
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/getsentry/sentry-laravel
Downloads the entire project code from GitHub to your computer.
cd sentry-laravel
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require sentry/sentry-laravel
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
