File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 3.8.0
4+
5+ The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.8.0.
46
57### Features
68
9+ - Initial support for Laravel Folio [ (#738 )] ( https://github.com/getsentry/sentry-laravel/pull/738 )
10+
11+ If you are using Laravel Folio in your application, we'll extract a more meaningful transaction name based on the
12+ ` VieMatched ` event.
13+
714- The filesystem adapters for the ` sentry ` driver now extend the well-known Laravel classes they decorate,
815 ` Illuminate\Filesystem\FilesystemAdapter ` and ` Illuminate\Filesystem\AwsS3V3Adapter ` .
916
4047 ```
4148
4249 By default, both spans and breadcrumbs are enabled.
43- You may disable them by passing the second argument ` $enableSpans ` or the third argument ` $enableBreadcrumbs ` .
50+ You may disable them by passing the second argument, ` $enableSpans ` or the third argument, ` $enableBreadcrumbs ` .
51+
52+ - Add Laravel artisan about command [ (#768 )] ( https://github.com/getsentry/sentry-laravel/pull/768 )
53+
54+ ### Bug Fixes
55+
56+ - Remove usage of ` Str::replace ` [ (#762 )] ( https://github.com/getsentry/sentry-laravel/pull/762 )
57+
58+ - This fixes an issue using Cron Monitoring in Laravel 6, 7 and < 8.41.0
59+
60+ ### Misc
61+
62+ - Differentiate between boot and register for features [ (#759 )] ( https://github.com/getsentry/sentry-laravel/pull/759 )
63+
64+ - Internal improvements [ (#769 )] ( https://github.com/getsentry/sentry-laravel/pull/769 )
65+
66+ - Make feature registration agnostic to the service container.
67+ - Cleanup tests by using the ` @define-env ` annotation.
68+ - Move the Log channel to a feature and add tests.
69+ - Mark BacktraceHelper as ` @internal ` and make it lazy for the tracing service provider.
4470
4571## 3.7.3
4672
You can’t perform that action at this time.
0 commit comments