Skip to content

Commit

Permalink
Update docs/platforms/php/common/metrics/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
cleptric and lizokm authored Aug 12, 2024
1 parent c4183f4 commit 05a8ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/platforms/php/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ if ($span !== null) {
}
```

## Further examples on how to attach certain measurements to a span
## More Examples

Here's another example showing how to attach certain measurements to a span:

```php
$span = \Sentry\SentrySdk::getCurrentHub()->getSpan();
Expand Down

0 comments on commit 05a8ec1

Please sign in to comment.