Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
We talked in Matrix about referring to Sentry and others as "error monitoring tools" instead of "post-hoc debuggers". The latter has proved to be confusing to people.
  • Loading branch information
jkup authored Jun 8, 2024
1 parent f23f788 commit 184a75d
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 184a75d

Please sign in to comment.