Skip to content

Commit

Permalink
feat(eap): Add missing timestamp column definition in rpc (#81187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex authored and evanh committed Nov 25, 2024
1 parent 9ee982f commit 5815f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/search/eap/columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def simple_measurements_field(field) -> ResolvedColumn:
simple_sentry_field("sdk.version"),
simple_sentry_field("span.status_code"),
simple_sentry_field("span_id"),
simple_sentry_field("timestamp"),
simple_sentry_field("trace.status"),
simple_sentry_field("transaction.method"),
simple_sentry_field("transaction.op"),
Expand Down

0 comments on commit 5815f53

Please sign in to comment.