Commit cddfdee
fix: Fix trace_sampled type to be consistent with API documentation (#830)
* fix: Fix timestamp drift due to prototype comparison
* fix: Fix traceSampled to be boolean as documented
* Revert timestamp change
---------
Co-authored-by: cindy-peng <cindypeng@google.com>
Co-authored-by: meredithslota <meredithslota@google.com>1 parent 5c252fa commit cddfdee
File tree
3 files changed
+3
-3
lines changed- packages/nodejs-logging-winston
- src
- test
- middleware
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments