rsnext/packages/next/trace
Tim Neutkens a5bfc1eecc
Simplify trace span id generation (#32946)
Uses a simple counter for span ids, previously these required to be randomly generated but I've changed the importer script to ensure it gets prepended `0`s to make sure it gets to 16 characters which Jaeger requires.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-01-02 21:22:01 +00:00
..
report Simplify trace span id generation (#32946) 2022-01-02 21:22:01 +00:00
index.ts Make traces in development reliable (#28990) 2021-09-13 15:49:29 +02:00
shared.ts Simplify trace span id generation (#32946) 2022-01-02 21:22:01 +00:00
trace.ts Simplify trace span id generation (#32946) 2022-01-02 21:22:01 +00:00