- 
                Notifications
    You must be signed in to change notification settings 
- Fork 213
Open
Description
I noticed that stack traces are produced in Java style instead of regular PHP styling.
Why is this?
opentelemetry-php/src/SDK/Common/Exception/StackTraceFormatter.php
Lines 29 to 37 in 939e547
| /** | |
| * Formats an exception in a java-like format. | |
| * | |
| * @param Throwable $e exception to format | |
| * @return string formatted exception | |
| * | |
| * @see https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Throwable.html#printStackTrace() | |
| */ | |
| public static function format(Throwable $e): string | 
It was last changed in #422
Metadata
Metadata
Assignees
Labels
No labels