Skip to content

Commit

Permalink
[Workers] Fix typo (#17651)
Browse files Browse the repository at this point in the history
  • Loading branch information
danleyb2 authored Oct 21, 2024
1 parent 206a644 commit 819d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/observability/source-maps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Miniflare can also [output source maps](https://miniflare.dev/developing/source-
​​
When your Worker throws an uncaught exception, we fetch the source map and use it to map the stack trace of the exception back to lines of your Worker’s original source code.

You can then view the stack trace in when streaming [real-time logs](/workers/observability/logs/real-time-logs/) or in [Tail Workers](/workers/observability/logs/tail-workers/).
You can then view the stack trace when streaming [real-time logs](/workers/observability/logs/real-time-logs/) or in [Tail Workers](/workers/observability/logs/tail-workers/).

:::note

Expand Down

0 comments on commit 819d2a9

Please sign in to comment.