hippware / rn-chat

MIT License
5 stars 0 forks source link

Post a bugsnag if graphql subscription not found (ie. #4004) #4874

Closed bengtan closed 4 years ago

bengtan commented 4 years ago

This PR is based on #4873. Merge that first.

This PR helps with #4004. It posts a bugsnag if the error condition of #4004 happens.

This PR inserts code into @absinthe/socket.

4004 is very hard to reproduce in the wild. I'm doing this PR so it is easier to detect when it happens. Also, it helps give us an idea how widespread #4004 is.

aksonov commented 4 years ago

LGTM