Skip to content
DocsTry Aspire
DocsTry

withDeprecationTracing

Method
📦 CommunityToolkit.Aspire.Hosting.Logto v13.5.0
interface LogtoResource {
// ... omitted for brevity
withDeprecationTracing(): LogtoResource;
}

Signature

methodwithDeprecationTracingbuilder
Enables Node.js deprecation tracing for the Logto by setting the NODE_OPTIONS environment variable to '--trace-deprecation'. This allows stack traces to be printed for deprecated API usage.
withDeprecationTracing(): LogtoResource
LogtoResource

Applies to

This method applies to the following types: