DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

Add ignoreUrlPatterns in TrackingExtensionExisting #614

Closed 4rthurmonteiro closed 4 months ago

4rthurmonteiro commented 4 months ago

Feature description

We need to filter the http tracking in a Flutter Module. So its necessary add ignoreUrlPatterns to TrackingExtensionExisting.

Proposed solution

Add ignoreUrlPatterns to TrackingExtensionExisting.

Other relevant information

No response