Last active
February 8, 2025 19:09
-
-
Save lestanzione/f4b842ce6b694b76d9e7dbfa9fb883e9 to your computer and use it in GitHub Desktop.
Custom trace example snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trace("MyCustomTrace") { | |
sampleMethod() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment