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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
### Breaking changes
6
+
7
+
- refactor(logs): apply user attributes to log regardless of `send_default_pii` (#843) by @lcian
8
+
- User attributes should be applied to logs regardless of `send_default_pii`. Therefore, that parameter was removed from `sentry_core::Scope::apply_to_log`.
9
+
5
10
### Features
6
11
7
12
- feat(tracing): add support for logs (#840) by @lcian
@@ -16,7 +21,6 @@
16
21
});
17
22
```
18
23
19
-
20
24
### Fixes
21
25
22
26
- fix(logs): send environment in `sentry.environment` default attribute (#837) by @lcian
0 commit comments