UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

5 lines (3 loc) 162 B
import Cookies from 'js-cookie'; import { TRACKING_COOKIE_NAME } from './constants'; export const canTrack = () => Cookies.get(TRACKING_COOKIE_NAME) === 'true';