Class: Types::ErrorTracking::SentryErrorStackTraceEntryType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::ErrorTracking::SentryErrorStackTraceEntryType
- Defined in:
- app/graphql/types/error_tracking/sentry_error_stack_trace_entry_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#trace_context ⇒ Object
26 27 28 |
# File 'app/graphql/types/error_tracking/sentry_error_stack_trace_entry_type.rb', line 26 def trace_context object['context'] end |