Skip to content

Commit 9b0cedd

Browse files
committed
Add a link to trap
1 parent cd8e806 commit 9b0cedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ During development, you might need to dump a variable, throw an error trace, or
111111
Since Workflows and Activities run in RoadRunner workers, you cannot use `var_dump`,
112112
`print_r`, `echo`, and other functions that output data to STDOUT.
113113

114-
Instead, use [Buggregator](https://buggregator.dev) along with the `buggregator/trap` package.
114+
Instead, use [Buggregator](https://buggregator.dev) along with [Trap](https://github.com/buggregator/trap).
115115
In this case, dumps, traces, and logs will be sent via socket to your local Buggregator server,
116116
where you can view them in a convenient web interface.
117117

0 commit comments

Comments
 (0)