aws_xray_sdk 0.3.0 copy "aws_xray_sdk: ^0.3.0" to clipboard
aws_xray_sdk: ^0.3.0 copied to clipboard

AWS X-Ray distributed tracing for Dart. Auto-traces dart:io HTTP and Smithy SDK clients, propagates X-Amzn-Trace-Id, and sends segments via UDP. First-class Lambda support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_xray_sdk

With Flutter:

 $ flutter pub add aws_xray_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aws_xray_sdk: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_xray_sdk/aws_xray_sdk.dart';
0
likes
160
points
547
downloads

Documentation

API reference

Publisher

verified publishermabdelsamei.com

Weekly Downloads

AWS X-Ray distributed tracing for Dart. Auto-traces dart:io HTTP and Smithy SDK clients, propagates X-Amzn-Trace-Id, and sends segments via UDP. First-class Lambda support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http

More

Packages that depend on aws_xray_sdk