Tapper Plug v0.2.1 Tapper.Plug.Filter View Source

Tapper filter plug, to prevent tracing of certain URLs.

plug Tapper.Plug.Filter, prefixes: ["__gtg", "/a/path, ["b","path"]]
  • prefixes - a list of matching path prefixes, given either as path strings, or as a list of path segment strings.

Uses Tapper.Plug.store/2 to set state to :ignore.

Link to this section Summary

Functions

Callback implementation for Plug.call/2

Callback implementation for Plug.init/1

Link to this section Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.