Document how exceptions are handled in instrumentation

上级 7f963b2c
......@@ -705,6 +705,17 @@ Rails
| `:message` | The deprecation warning |
| `:callstack` | Where the deprecation came from |
Exceptions
----------
If an exception happens during any instrumentation the payload will include
information about it.
| Key | Value |
| ------------------- | -------------------------------------------------------------- |
| `:exception` | An array of two elements. Exception class name and the message |
| `:exception_object` | The exception object |
Creating custom events
----------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册