php_message_event.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "event_id": "ca2f3e4a95694dfb81c3cbb1eaca4e49",
  3. "timestamp": 1664988471.208,
  4. "platform": "php",
  5. "sdk": { "name": "sentry.php", "version": "3.7.0" },
  6. "logger": "php",
  7. "transaction": "",
  8. "server_name": "9c5a5db68679",
  9. "environment": "production",
  10. "contexts": {
  11. "os": {
  12. "name": "Linux",
  13. "version": "5.14.0-1051-oem",
  14. "build": "#58-Ubuntu SMP Fri Aug 26 05:50:00 UTC 2022",
  15. "kernel_version": "Linux 9c5a5db68679 5.14.0-1051-oem #58-Ubuntu SMP Fri Aug 26 05:50:00 UTC 2022 x86_64"
  16. },
  17. "runtime": { "name": "php", "version": "8.1.9" },
  18. "user": { "name": "Bob Dylan", "status": "subscriber" }
  19. },
  20. "request": {
  21. "url": "http://localhost:8080/",
  22. "method": "GET",
  23. "headers": {
  24. "Cookie": ["[Filtered]"],
  25. "Accept-Language": ["en-US,en;q=0.9"],
  26. "Accept-Encoding": ["gzip, deflate, br"],
  27. "Sec-Fetch-Dest": ["document"],
  28. "Sec-Fetch-User": ["?1"],
  29. "Sec-Fetch-Mode": ["navigate"],
  30. "Sec-Fetch-Site": ["none"],
  31. "Accept": [
  32. "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"
  33. ],
  34. "User-Agent": [
  35. "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
  36. ],
  37. "Upgrade-Insecure-Requests": ["1"],
  38. "Sec-Ch-Ua-Platform": ["\"Linux\""],
  39. "Sec-Ch-Ua-Mobile": ["?0"],
  40. "Sec-Ch-Ua": [
  41. "\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\""
  42. ],
  43. "Cache-Control": ["max-age=0"],
  44. "Connection": ["keep-alive"],
  45. "Host": ["localhost:8080"],
  46. "Content-Length": [""],
  47. "Content-Type": [""]
  48. }
  49. },
  50. "message": {
  51. "message": "My raw message with interpreted strings8 like {foo}",
  52. "params": { "foo": "this" },
  53. "formatted": "My raw message with interpreted strings8 like {foo}"
  54. }
  55. }