We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
errorHandler.setUser()
errorHandler.start()
const errorHandler = new StackdriverErrorReporter(); errorHandler.setUser('some_user_id'); errorHandler.start({ ...config, service: 'some_service_name' });
README says setUser can be called "at any time", but I just want to confirm, can I call it before start()?
setUser
start()
In my code, I call setUser() when user id becomes available, and call start() when service name becomes available, and I can't guarantee their order.
setUser()
Thanks!
The text was updated successfully, but these errors were encountered:
simonz130
No branches or pull requests
README says
setUser
can be called "at any time", but I just want to confirm, can I call it beforestart()
?In my code, I call
setUser()
when user id becomes available, and callstart()
when service name becomes available, and I can't guarantee their order.Thanks!
The text was updated successfully, but these errors were encountered: