Skip to content

Commit

Permalink
Merge pull request #88 from tc39/jkup-patch-2
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
jkup authored Jun 10, 2024
2 parents f23f788 + 184a75d commit 20df658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We've been thinking about _source map constituencies_ in the following terms. Pl

1. Generators. Bundlers, transpilers, compilers. Tools that have access to the source code and emit (among other things) source maps.
2. Debuggers. Browsers and [stand alone debuggers](https://www.replay.io/). These are tools that have access to the source map and the generated code.
3. Post-hoc debuggers. Tools like Sentry and New Relic. These tools have access to an error stack trace and a source map.
3. Error monitoring tools. Tools like Sentry and New Relic. These tools have access to an error stack trace and a source map.

## Testing

Expand Down

0 comments on commit 20df658

Please sign in to comment.