WithStackExts sets the stack extensions.
(stackexts *StackExtensions)
| 167 | |
| 168 | // WithStackExts sets the stack extensions. |
| 169 | func WithStackExts(stackexts *StackExtensions) Option { |
| 170 | return func(o *opts) { |
| 171 | o.stackexts = stackexts |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | // WithKeywords sets the bitmask of keywords that determine |
| 176 | // the categories of events for the provider to emit. |