8 lines
227 B
Ruby
8 lines
227 B
Ruby
require 'jsonapi/serializer/instrumentation'
|
|
|
|
warn(
|
|
'DEPRECATION: Performance instrumentation is no longer automatic. See: ' \
|
|
'https://github.com/jsonapi-serializer/jsonapi-serializer' \
|
|
'#performance-instrumentation'
|
|
)
|