You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each language api has a different function signature for record_exception.
The common base is having exception and attributes as function parameters. Java and Ruby have only these two which I do believe is the right version.
In Python however, we have additional parameters: timestamp and escaped. Now, escaped appears nowhere in the documentation. The timestamp parameter is more debatable but for the sake of consistency, I would argue in favor of deleting it as well.
Describe the solution you'd like
Remove timestamp and escaped from the record_exception function signature. If it accepted, I would like to do the same in the javascript api.
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Each language api has a different function signature for record_exception.
The common base is having
exception
andattributes
as function parameters. Java and Ruby have only these two which I do believe is the right version.In Python however, we have additional parameters:
timestamp
andescaped
. Now,escaped
appears nowhere in the documentation. Thetimestamp
parameter is more debatable but for the sake of consistency, I would argue in favor of deleting it as well.Describe the solution you'd like
Remove
timestamp
andescaped
from the record_exception function signature. If it accepted, I would like to do the same in the javascript api.Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: