Skip to content

Commit

Permalink
README.md updated,
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Dec 2, 2024
1 parent bd9173d commit 2ea749d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,7 @@ def your_function():

See the [Using the `@lumigo_wrapped` Decorator](#using-the-lumigo_wrapped-decorator) section for more details.

#### Limitations

When activating the tracer, consider the following limitations:

1. **Loss of the spans**: The final spans might not be sent to Lumigo if the script ends abruptly or before they can be flushed. To mitigate this, you can use the `force_flush` method on the tracer provider (see [Ensure spans are flushed to Lumigo before shutdown](#ensure-spans-are-flushed-to-lumigo-before-shutdown)).

2. **No traces generated without outbound requests**: If no outbound requests are made (e.g., the code crashes before the first call is executed), the script run will not generate any traces in Lumigo. This limitation is inherent to the OpenTelemetry behavior and the need for spans to be triggered by instrumentation or custom tracing calls.
**Note:** If no outbound requests are made (e.g., the code crashes before the first call is executed), the script run will not generate any traces in Lumigo. This limitation is inherent to the OpenTelemetry behavior and the need for spans to be triggered by instrumentation or custom tracing calls.

## Configuration

Expand Down

0 comments on commit 2ea749d

Please sign in to comment.