0.0.9
This adds the ability to exclude keys from the span context attribute.
const context = {
GraphQLOTELContext: new GraphQLOTELContext({
includeContext: true,
includeVariables: true,
excludeKeysFromContext: ["database", 'headers', "token"], <--- large objects, sensitive information
}),
};