Fix Ruby link reference in exceptions.md (#917)
This commit is contained in:
parent
f6f5ce62ef
commit
3c241627c3
|
|
@ -52,7 +52,7 @@ grained information from a stacktrace, if necessary.
|
|||
[java-stacktrace]: https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29
|
||||
[python-stacktrace]: https://docs.python.org/3/library/traceback.html#traceback.format_exc
|
||||
[js-stacktrace]: https://v8.dev/docs/stack-trace-api
|
||||
[ruby-stacktrace]: https://ruby-doc.org/core-2.7.1/Exception.html#method-i-full_message
|
||||
[ruby-full-message]: https://ruby-doc.org/core-2.7.1/Exception.html#method-i-full_message
|
||||
[csharp-stacktrace]: https://docs.microsoft.com/en-us/dotnet/api/system.exception.tostring
|
||||
[go-stacktrace]: https://golang.org/pkg/runtime/debug/#Stack
|
||||
[telemetry-sdk-resource]: https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions#telemetry-sdk
|
||||
|
|
|
|||
Loading…
Reference in New Issue