Commit c58895e
committed
This PR was merged into the 3.x branch.
Discussion
----------
Fix `rollbar` handler to use `RollbarLogger` with Monolog 2+
| Q | A
| ------------- | ---
| Branch? | 3.x <!-- for features and bug -->
| Bug fix? | yes
| New feature? | o
| Deprecations? | no
| License | MIT
Improves the compatibility with the latest Rollbar library. Rollbar has renamed their classes a while ago.
Commits
-------
b6f5d69 Update changelog
0c10c52 Use conditional class name depending on the Monolog version
93fc8f3 Update RollbarNotifier to RollbarLogger in DI
File tree
Expand file treeCollapse file tree
2 files changed
+5
-1
lines changedOpen diff view settings
Filter options
- src/DependencyInjection
Expand file treeCollapse file tree
2 files changed
+5
-1
lines changedOpen diff view settings
Collapse file
+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
3 | 7 | |
4 | 8 | |
5 | 9 | |
|
Collapse file
src/DependencyInjection/MonologExtension.php
Copy file name to clipboardExpand all lines: src/DependencyInjection/MonologExtension.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
930 | 930 | |
931 | 931 | |
932 | 932 | |
933 | | - |
| 933 | + |
934 | 934 | |
935 | 935 | |
936 | 936 | |
|
0 commit comments