Commit 481cc01
feat(attributes): Add cache.write attribute (#292)
* feat(attributes): Add cache.write attribute
Indicates whether a cache operation resulted in a write to the cache.
Always true for unconditional writes (put, remove, clear); reflects the
actual outcome for conditional operations (putIfAbsent, replace) where
the write may or may not occur depending on cache state.
Co-Authored-By: Claude <noreply@anthropic.com>
* run yarn generate
* fix: Use 'next' version for cache.write changelog entry
Replace hardcoded version 0.5.0 with 'next' so the version gets
assigned automatically during the release process.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent ff2e0ab commit 481cc01
3 files changed
Lines changed: 72 additions & 0 deletions
File tree
- javascript/sentry-conventions/src
- model/attributes/cache
- python/src/sentry_conventions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
1430 | 1450 | | |
1431 | 1451 | | |
1432 | 1452 | | |
| |||
10129 | 10149 | | |
10130 | 10150 | | |
10131 | 10151 | | |
| 10152 | + | |
10132 | 10153 | | |
10133 | 10154 | | |
10134 | 10155 | | |
| |||
10610 | 10631 | | |
10611 | 10632 | | |
10612 | 10633 | | |
| 10634 | + | |
10613 | 10635 | | |
10614 | 10636 | | |
10615 | 10637 | | |
| |||
11900 | 11922 | | |
11901 | 11923 | | |
11902 | 11924 | | |
| 11925 | + | |
| 11926 | + | |
| 11927 | + | |
| 11928 | + | |
| 11929 | + | |
| 11930 | + | |
| 11931 | + | |
| 11932 | + | |
| 11933 | + | |
| 11934 | + | |
| 11935 | + | |
11903 | 11936 | | |
11904 | 11937 | | |
11905 | 11938 | | |
| |||
16861 | 16894 | | |
16862 | 16895 | | |
16863 | 16896 | | |
| 16897 | + | |
16864 | 16898 | | |
16865 | 16899 | | |
16866 | 16900 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
997 | 997 | | |
998 | 998 | | |
999 | 999 | | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
1000 | 1010 | | |
1001 | 1011 | | |
1002 | 1012 | | |
| |||
6407 | 6417 | | |
6408 | 6418 | | |
6409 | 6419 | | |
| 6420 | + | |
| 6421 | + | |
| 6422 | + | |
| 6423 | + | |
| 6424 | + | |
| 6425 | + | |
| 6426 | + | |
| 6427 | + | |
| 6428 | + | |
| 6429 | + | |
| 6430 | + | |
6410 | 6431 | | |
6411 | 6432 | | |
6412 | 6433 | | |
| |||
11351 | 11372 | | |
11352 | 11373 | | |
11353 | 11374 | | |
| 11375 | + | |
11354 | 11376 | | |
11355 | 11377 | | |
11356 | 11378 | | |
| |||
0 commit comments