How to make Sentry ignore an error code ?

Microsoft

Veteran Member
Skywalker
Legendary
Insider
Contributor
Member
Joined
Threads
1,117
Posts
2,494
Hi guys,

I'm trying to make a config which uses GET and POST.
When using the GET request at Intermediate Stage, I'm getting the 405 code.
I want Sentry to ingore this code, and continue with the POST request at Authentication Stage.
Any help would be highly appreciated !!

-Microsoft-
 
e2wami.jpg

I think you chosen difficult way
 
  • Thread Starter Thread Starter
  • #3
Misterio said:
e2wami.jpg

I think you chosen difficult way
This simply tells Sentry to convert the error to message, or to process the error as a keyword.
I need something so it ignores it.
 
  • Thread Starter Thread Starter
  • #4
Anyone ?
 
Well "Process error code" pretty much does ignore the error and grabs the source, though I don't know what your doing so can't help a lot.
 
  • Thread Starter Thread Starter
  • #6
Ripcord said:
Well "Process error code" pretty much does ignore the error and grabs the source, though I don't know what your doing so can't help a lot.
Correct, but for 405 it wont work :S