You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow Tracing to work with your types in native AOT mode, you must add **WithTracing()** to your source generator configuration. This works with either:
The default SourceGeneratorLambdaJsonSerializer
The Powertools Logging utility source generator PowertoolsSourceGeneratorSerializer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
AWS Lambda Powertools for .NET - Tracing 1.6.0
🐛 Bug Fixes
📦 Package Information
Native AOT Support
Important
To allow Tracing to work with your types in native AOT mode, you must add
**WithTracing()**
to your source generator configuration. This works with either:Tip
For detailed implementation guidelines, please refer to our AOT support documentation.
Implementation Examples
Using Default Source Generator
Using Powertools Logging Source Generator
Changes
📜 Documentation updates
🔧 Maintenance
This release was made possible by the following contributors:
@hjgraca
This discussion was created from the release 1.17.
Beta Was this translation helpful? Give feedback.
All reactions