Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error being thrown on v2.26.0: TypeError: Cannot read properties of undefined (reading '_makeRequest') #1080

Closed
pbrennand-francis opened this issue Jan 3, 2023 · 3 comments

Comments

@pbrennand-francis
Copy link

The latest version (2.26.0) of rollbar seems to be routinely throwing an error for each error tracked:
TypeError: Cannot read properties of undefined (reading '_makeRequest')

Strangely, these errors themselves end up in Rollbar. This is in an Angular14 app and I've checked that this doesn't happen for version 2.25.2.

Here's one instance of what is logged to the console:

2023-01-03T22:42:08.433Z ERROR [main.9a2577619a9f3692.js:97] TypeError: Cannot read properties of undefined (reading '_makeRequest')
    at rollbar.umd.min.js:1:37555
    at v.invoke (zone.js:372:26)
    at M.run (zone.js:134:43)
    at E._makeZoneRequest (rollbar.umd.min.js:1:37534)
    at E.post (rollbar.umd.min.js:1:37081)
    at rollbar.umd.min.js:1:32666
    at L.<computed> (zone.js:2405:41)
    at v.invokeTask (zone.js:406:31)
    at Object.onInvokeTask (core.mjs:26261:33)
    at v.invokeTask (zone.js:405:60) 

Please let me know if I can provide any more information.

@waltjones
Copy link
Contributor

@pbrennand-francis Thank you for the report. I'll try to reproduce here.

@waltjones waltjones mentioned this issue Jan 4, 2023
7 tasks
@waltjones
Copy link
Contributor

Fix is released in v2.26.1. Thank you again for the report.

@pbrennand-francis
Copy link
Author

Fix is released in v2.26.1. Thank you again for the report.

Thank you for such a quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants