sentry-laravel
The official Laravel SDK for Sentry (sentry.io)
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/getsentry/sentry-laravel
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sentry-laravel
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer require sentry/sentry-laravel
이 명령어를 터미널에 그대로 입력해 실행하세요.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
