Skip to content

Commit

Permalink
Move docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jan 22, 2025
1 parent 68021f1 commit 92db3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $flare->group('Custom information', [
]);
```

## Adding glows
### Adding glows

In addition to custom context items, you can also add "Glows" to your application.
Glows allow you to add little pieces of information, that can later be found in a chronological order in the "Debug" tab of your application.
Expand All @@ -149,7 +149,7 @@ You can think of glows as breadcrumbs that can help you track down which parts o
The Flare PHP client allows you to add a glows to your application like this:


## Stacktrace arguments
### Stacktrace arguments


When an error occurs in your application, Flare will send the stacktrace of the error to Flare. This stacktrace contains the file and line number where the error occurred and the argument values passed to the function or method that caused the error.
Expand Down

0 comments on commit 92db3c3

Please sign in to comment.