valid_js_profile.json 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": "1",
  3. "environment": "testing",
  4. "event_id": "961d6b96017644db895eafd391682003",
  5. "profile_id": "017d59c6a6474ac3bdf59f57f1c451eb",
  6. "platform": "javascript",
  7. "release": null,
  8. "timestamp": "2023-11-01T15:27:15.081230Z",
  9. "transaction_id": "9789498b-6970-4dda-b2a1-f9cb91d1a445",
  10. "trace_id": "809ff2c0-e185-4c21-8f21-6a6fef009352",
  11. "transaction_name": "test_transaction",
  12. "profile": {
  13. "samples": [
  14. {
  15. "stack_id": 0,
  16. "elapsed_since_start_ns": 1,
  17. "thread_id": 1
  18. },
  19. {
  20. "stack_id": 0,
  21. "elapsed_since_start_ns": 2,
  22. "thread_id": 1
  23. }
  24. ],
  25. "stacks": [
  26. [
  27. 0
  28. ]
  29. ],
  30. "frames": [
  31. {
  32. "abs_path": "http://example.com/embedded.js",
  33. "filename": "file.min.js",
  34. "lineno": 1,
  35. "colno": 39
  36. }
  37. ],
  38. "thread_metadata": {},
  39. "queue_metadata": {}
  40. }
  41. }