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
If using label or other context.iopipe methods, if a user disables the library, the function will error on a type error: TypeError: Cannot read property 'label' of undefined
Steps to reproduce the issue:
Instrument a function using context.iopipe.label or other methods
Disable the agent in config or env var
Function errors
Describe the results you received:
Function errors
Describe the results you expected:
Function should not error, or library should document how to approach this issue
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
If using label or other
context.iopipe
methods, if a user disables the library, the function will error on a type error:TypeError: Cannot read property 'label' of undefined
Steps to reproduce the issue:
context.iopipe.label
or other methodsDescribe the results you received:
Function errors
Describe the results you expected:
Function should not error, or library should document how to approach this issue
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: