class Airbrake::Notice

def ignore!

Other tags:
    Note: - Ignored noticed can't be unignored

Other tags:
    See: #ignored? -

Returns:
  • (void) -
def ignore!
  @payload = nil
end