David Burke 88c4c4eb7f Better support for request query string 3 лет назад
..
README.md ef2b80bcdc Move events model to own app 4 лет назад
django_template_error.json ef2b80bcdc Move events model to own app 4 лет назад
dotnet_divide_zero.json ef2b80bcdc Move events model to own app 4 лет назад
dotnet_error.json ef2b80bcdc Move events model to own app 4 лет назад
elixir_error.json c60fbf40db Capture elixir error factor event data event 3 лет назад
go_file_not_found.json ef2b80bcdc Move events model to own app 4 лет назад
js_error_with_context.json ef2b80bcdc Move events model to own app 4 лет назад
js_event_with_unix_timestamp.json ef2b80bcdc Move events model to own app 4 лет назад
python_logging.json ef2b80bcdc Move events model to own app 4 лет назад
python_zero_division.json 88c4c4eb7f Better support for request query string 3 лет назад
sentry_cli_send_event_no_level.json ef2b80bcdc Move events model to own app 4 лет назад
very_small_event.json ef2b80bcdc Move events model to own app 4 лет назад

README.md

These events are taken from open source sentry to test for compatibility. /api/0/issues/<issue_id>/events/latest/

  1. Make an event in a error factory project
  2. Save the JSON in the test_data/incoming_events directory.
  3. Send the same JSON to an open source sentry instance. Use something such as postwomen. Do not send it from the error factory project again as it will have a different timestamp and event id.
  4. Save results in this directory.