You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
## Unreleased
4
4
5
+
- Added a option (`controllers_base_namespace`) to strip away the controller base namespace for cleaner transaction names (#393)
6
+
- Fix incompatibility with other packages that also decorate the view engine, like Livewire (#395)
7
+
5
8
## 2.0.1
6
9
7
10
- Improve performance tracing by nesting `view.render` spans and adding a `app.handle` span showing how long the actual application code runs after Laravel bootstrapping (#387)
8
11
- Improve UX of `sentry:publish` command
9
-
- Fix incompatibility with other packages that also decorate the view engine, like Livewire (#395)
0 commit comments