Skip to content

Commit 9738353

Browse files
committed
add to index, add appendix
1 parent d929414 commit 9738353

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ This repository contains RFCs and DACIs. Lost?
3535
- [0070-document-sensitive-data-collected](text/0070-document-sensitive-data-collected.md): Document sensitive data collected
3636
- [0071-continue-trace-over-process-boundaries](text/0071-continue-trace-over-process-boundaries.md): Continue trace over process boundaries
3737
- [0072-kafka-schema-registry](text/0072-kafka-schema-registry.md): Kafka Schema Registry
38+
- [0081-sourcemap-debugid](text/0081-sourcemap-debugid.md): Reliable JavaScript/SourceMap lookup via `DebugId`

text/0081-sourcemap-debugid.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,12 @@ multiple options are presented.
215215

216216
- Why do we call the new SourceMap field `debug_id` and not `debugId`?
217217
All existing fields in SourceMaps are camelCase, and so is the general convention in the JS ecosystem.
218+
219+
---
220+
221+
# Appendix
222+
223+
## What is an `ArtifactBundle`
224+
225+
TODO: explain what it is
226+
TODO: why do we want to have as little (preferably 1) for each event

0 commit comments

Comments
 (0)