logologo
Docs
API
Docs
API
logologo
React Native Ottrelite

Classes

Class: DevSpanProcessorInterceptor
Class: OttreliteMeterProvider
Class: OttreliteTracerProvider
Class: OttreliteBackendPlatform
Class: OttreliteBackendTracy
Class: Ottrelite

Functions

Function: useTracer
Function: vanillaTracerFactory
Function: withTrace
Function: useComponentRenderTracing
Function: withComponentRenderTracing

Interfaces

Interface: OttreliteBackendInfo

Modules

Module: interop-otel/src
Module: @ottrelite/backend-platform
Module: @ottrelite/backend-wrapper-tracy
Module: @ottrelite/core

Types

Type alias: WithTraceProps
Type alias: OttreliteBackend
Type alias: StackTraceEntry
Type alias: TracingAPI
Abstract Logo

Need React or React Native expertise you can count on?

Let's talkLet's talk
Edit this page on GitHub
Previous PageFunction: withComponentRenderTracing
Next PageModule: interop-otel/src
Need help with React or React Native projects?
We support teams building scalable apps with React and React Native.
Let's talkLet's talk

#Interface: OttreliteBackendInfo

@ottrelite/core.OttreliteBackendInfo

#Table of contents

#Properties

  • name
  • supportsAsyncEvents
  • supportsCounterEvents
  • supportsSyncEvents

#Properties

#name

name: string

The name of the backend.


#supportsAsyncEvents

supportsAsyncEvents: boolean

Whether the backend supports asynchronous events (beginAsyncEvent, endAsyncEvent).


#supportsCounterEvents

supportsCounterEvents: boolean

Whether the backend supports counter events (counterEvent).


#supportsSyncEvents

supportsSyncEvents: boolean

Whether the backend supports synchronous events (beginEvent, endEvent).