@@ -979,7 +979,7 @@ export type CHANNEL_TYPE = string;
979979 *
980980 * Attribute defined in OTEL: Yes
981981 *
982- * Aliases: {@link HTTP_CLIENT_ID } `http.client_id `
982+ * Aliases: {@link HTTP_CLIENT_IP } `http.client_ip `
983983 *
984984 * @example "example.com"
985985 */
@@ -1237,8 +1237,6 @@ export type CODE_NAMESPACE_TYPE = string;
12371237 *
12381238 * Attribute defined in OTEL: Yes
12391239 *
1240- * Aliases: {@link DB_COLLECTION} `db.collection`
1241- *
12421240 * @example "users"
12431241 */
12441242export const DB_COLLECTION_NAME = 'db.collection.name' ;
@@ -2908,7 +2906,7 @@ export type GRAPHQL_OPERATION_TYPE_TYPE = string;
29082906 *
29092907 * Aliases: {@link CLIENT_ADDRESS} `client.address`
29102908 *
2911- * @deprecated Use {@link HTTP_CLIENT_IP } (http.client_ip ) instead
2909+ * @deprecated Use {@link CLIENT_ADDRESS } (client.address ) instead
29122910 * @example "example.com"
29132911 */
29142912export const HTTP_CLIENT_IP = 'http.client_ip' ;
@@ -3322,7 +3320,7 @@ export type HTTP_REQUEST_SECURE_CONNECTION_START_TYPE = number;
33223320 *
33233321 * Attribute defined in OTEL: Yes
33243322 *
3325- * Aliases: {@link HTTP_RESPONSE_CONTENT_LENGTH} `http.response_content_length`, {@link HTTP_RESPONSE_HEADER_CONTENT_LENGTH} `http.response.header.content-length`, { @link HTTP_RESPONSE_HEADER['CONTENT_LENGTH']} `http.response.header['content-length']`
3323+ * Aliases: {@link HTTP_RESPONSE_CONTENT_LENGTH} `http.response_content_length`, {@link HTTP_RESPONSE_HEADER_CONTENT_LENGTH} `http.response.header.content-length`
33263324 *
33273325 * @example 123
33283326 */
@@ -3432,7 +3430,7 @@ export type HTTP_RESPONSE_STATUS_CODE_TYPE = number;
34323430 *
34333431 * Attribute defined in OTEL: Yes
34343432 *
3435- * Aliases: {@link HTTP_RESPONSE_BODY_SIZE} `http.response.body.size`, {@link HTTP_RESPONSE_HEADER_CONTENT_LENGTH} `http.response.header.content-length`, { @link HTTP_RESPONSE_HEADER['CONTENT_LENGTH']} `http.response.header['content-length']`
3433+ * Aliases: {@link HTTP_RESPONSE_BODY_SIZE} `http.response.body.size`, {@link HTTP_RESPONSE_HEADER_CONTENT_LENGTH} `http.response.header.content-length`
34363434 *
34373435 * @deprecated Use {@link HTTP_RESPONSE_BODY_SIZE} (http.response.body.size) instead
34383436 * @example 123
@@ -5389,8 +5387,6 @@ export type SENTRY_MODULE_KEY_TYPE = string;
53895387 *
53905388 * Attribute defined in OTEL: No
53915389 *
5392- * Aliases: {@link SENTRY_NEXTJS_FUNCTION_ROUTE} `sentry.nextjs.function.route`
5393- *
53945390 * @example "/posts/[id]/layout"
53955391 */
53965392export const SENTRY_NEXTJS_SSR_FUNCTION_ROUTE = 'sentry.nextjs.ssr.function.route' ;
@@ -5411,8 +5407,6 @@ export type SENTRY_NEXTJS_SSR_FUNCTION_ROUTE_TYPE = string;
54115407 *
54125408 * Attribute defined in OTEL: No
54135409 *
5414- * Aliases: {@link SENTRY_NEXTJS_FUNCTION_TYPE} `sentry.nextjs.function.type`
5415- *
54165410 * @example "generateMetadata"
54175411 */
54185412export const SENTRY_NEXTJS_SSR_FUNCTION_TYPE = 'sentry.nextjs.ssr.function.type' ;
0 commit comments