James Kiger bc8d084d06 Convert null lines of stacktrace context to empty strings on ingest 5 месяцев назад
..
README.md ef2b80bcdc Move events model to own app 3 лет назад
django_message_params.json b584c4e4c2 Adjust message handling and add tests for OSS Sentry compatability 1 год назад
django_template_error.json ef2b80bcdc Move events model to own app 3 лет назад
dotnet_divide_zero.json ef2b80bcdc Move events model to own app 3 лет назад
dotnet_error.json ef2b80bcdc Move events model to own app 3 лет назад
go_file_not_found.json ef2b80bcdc Move events model to own app 3 лет назад
js_error_with_context.json ef2b80bcdc Move events model to own app 3 лет назад
js_event_with_unix_timestamp.json ef2b80bcdc Move events model to own app 3 лет назад
php_message_event.json b584c4e4c2 Adjust message handling and add tests for OSS Sentry compatability 1 год назад
python_logging.json 95eab365e4 Demonstrate logging param issue 2 лет назад
python_zero_division.json 88c4c4eb7f Better support for request query string 3 лет назад
ruby_zero_division.json bc8d084d06 Convert null lines of stacktrace context to empty strings on ingest 5 месяцев назад
sentry_cli_send_event_no_level.json ef2b80bcdc Move events model to own app 3 лет назад
small_js_error.json 2bd58b566e Add abs_path to stored event data 2 лет назад
small_js_error_source.json 5226c7c4ab Add sample js error with sourcemap for testing 2 лет назад
very_small_event.json ef2b80bcdc Move events model to own app 3 лет назад

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.